ostree.git
2015-07-28 Colin WaltersREADME: Attempt to flesh out more, start moving docs...
2015-07-28 Jasper St.... Update .gitignore
2015-07-28 Cosimo Cecchirepo: don't forget to abort the transaction when failed
2015-07-28 Cosimo Cecchirepo: fix an incorrect comment
2015-07-28 Giuseppe Scrivanostatic-delta: add max-bsdiff-size option
2015-07-28 Giuseppe Scrivanostatic-delta: do not fail compilation with big files
2015-07-24 Giuseppe Scrivanopull: new option --commit-metadata-only
2015-07-24 Giuseppe Scrivanorepo: new function _ostree_preload_metadata_file
2015-07-24 Giuseppe Scrivanorepo: merge repo_remote_fetch_summary_{metalink,url}
2015-07-24 Giuseppe Scrivanolibostree: new API ostree_repo_remote_list_refs
2015-07-21 Giuseppe Scrivanotests: do not commit from the working directory
2015-07-16 Matthew Barnestests: Export OSTREE_SYSROOT in setup_os_repository
2015-07-16 Matthew Barnesmain: Fix UID check based on sysroot path
2015-07-16 Matthew Barnesrepo: Fix location of remote configs for system repos
2015-07-16 Matthew Barnessysroot: Pass the internal repo a system root path
2015-07-16 Matthew Barnesrepo: Add a "sysroot-path" property
2015-07-16 Matthew Barnessysroot: Use _ostree_get_default_sysroot_path()
2015-07-16 Matthew Barnescore: Add _ostree_get_default_sysroot_path()
2015-06-30 Colin Walterspull: Plug a memory leak
2015-06-30 Colin Walterspull: Avoid leaking signal handlers across fetch requests
2015-06-29 Jeremy Clinebuild: Make gtk-doc optional
2015-06-29 Colin Walterstests: Check error messages instead of "expected-fail...
2015-06-29 Colin Walterspull: Also fix misplaced remote name handling
2015-06-29 Colin Walterscore: Fix inverted conditional in GPG checking
2015-06-27 Colin Walterspull: Error if gpg=true and summary is 404, add more...
2015-06-26 Giuseppe Scrivanoostree_repo_remote_fetch_summary: honor gpg-verify...
2015-06-26 Giuseppe Scrivanotests: add test for check for remote add --set=gpg...
2015-06-26 Giuseppe Scrivanopull: fail if GPG is enabled and the summary is not...
2015-06-26 Giuseppe Scrivanorepo: new function ostree_repo_remote_get_gpg_verify_su...
2015-06-26 Giuseppe Scrivanopull: verify summary signatures also when not mirroring
2015-06-26 Matthew Barnesostree: Add a "remote refs" command
2015-06-26 Matthew Barnesrepo: Add ostree_repo_remote_fetch_summary()
2015-06-26 Matthew Barnesmetalink: Return requested file as a GBytes
2015-06-26 Matthew Barnesmetalink: Allow NULL for "out" params in metalink requests
2015-06-26 Matthew Barnesrepo: Redo ostree_repo_remote_get_url()
2015-06-26 Matthew Barnesrepo: Handle "file" remotes in ostree_repo_remote_get_g...
2015-06-26 Matthew Barnesrepo: Add _ostree_repo_get_remote_option_inherit()
2015-06-26 Matthew Barnesrepo: Add _ostree_repo_remote_new_fetcher()
2015-06-18 Matthew Barnesdiff: Fix adding CLI options twice
2015-06-16 Colin Walterstests/metalink: Add a case with nested unknown elements
2015-06-16 Matthew Barnesmetalink: Fix behavior when requested file is not found
2015-06-14 Dan Nicholsonpull-local: Support --depth option
2015-06-12 Giuseppe Scrivanotests/test-pull-mirror-summary.sh: remove empty newline
2015-06-12 Giuseppe Scrivanoautogen.sh: fix typo
2015-06-10 Matthew Barnesrepo: Change GPG verification policy
2015-06-05 John HieseyFix double free in ostree_repo_pull_with_options
2015-06-05 Dan NicholsonRevert "tests: skip test-commit-sign.sh when not root"
2015-06-05 Dan Nicholsontests: Use temporary gpg homedir
2015-06-04 Dan Nicholsontests: Use readdir64 when _FILE_OFFSET_BITS set
2015-06-04 Dan Nicholsontests: Link test-gpg-verify-result with gpgme
2015-06-04 John HieseyFix tests on 32 bit systems
2015-06-04 Matthew Barnesgpg: Gracefully handle no trusted.gpg.d directory
2015-06-02 Colin WaltersRelease 2015.7
2015-06-02 Colin Walterstests/remote-gpg-import: Only commit workdir
2015-06-02 Colin Walterstests: Run all tests through a randomized readdir()
2015-06-02 Colin WaltersRevert "tests: Run all tests through a randomized readd...
2015-06-02 Colin Walterstests: Add a test-pull-summary-sigs
2015-06-02 Colin Waltersrepo: Don't crash when creating a summary if we have...
2015-06-02 Colin Walterstests: Add a commented out test for mirroring with...
2015-06-02 Colin Walterspull: Validate delta checksums more strongly
2015-06-02 Colin Walterspull: Ensure console state for multiple GPG verificatio...
2015-06-02 Colin Walterstests: Run all tests through a randomized readdir()
2015-05-28 Colin Walterstests: Add a crosscheck for syslinux bootloader config...
2015-05-28 Colin Walterstests: Add a test script to cross-check loader config...
2015-05-28 Colin Walterssysroot: Sort returned boot loader configs
2015-05-27 Jeff OrtelFix annotations on ostree_repo_remote_gpg_import().
2015-05-19 Giuseppe Scrivanoostree-repo: document OSTREE_REPO_COMMIT_MODIFIER_FLAGS...
2015-05-15 Colin Waltersadmin: Ensure instutil commands and usage help don...
2015-05-14 Matthew Barnesrepo: Prevent GPG keys from being imported to keybox...
2015-05-14 Colin Waltersrepo: Bump mtime any time we write a ref
2015-05-14 Giuseppe Scrivanoostree-repo: replace more gs_unref_(variant|bytes)...
2015-05-14 Colin Walterstest-basic: Always chown back before doing assertion
2015-05-14 Colin Walterstests: Fix writable repo test
2015-05-13 Colin Waltersadmin: Use locking for most sysroot commands
2015-05-13 Matthew Barnestests: Add test-remote-gpg-import.sh
2015-05-13 Matthew Barnesostree: Add --gpg-import to the "remote add" command
2015-05-13 Matthew Barnesostree: Add a "remote gpg-import" command
2015-05-13 Matthew Barnesrepo: Add remote's keyring during GPG verification
2015-05-13 Matthew Barnesrepo: Add ostree_repo_remote_gpg_import()
2015-05-13 Matthew Barnesrepo: Delete a remote's keyring when deleting a remote
2015-05-13 Matthew Barnesrepo: Stash keyring name in OstreeRemote
2015-05-13 Giuseppe Scrivanomaint.mk: Remove GNU releases specific bits
2015-05-13 Giuseppe Scrivanosyntax-check: add syntactic rule to prohibit gs_strfreev
2015-05-13 Giuseppe Scrivanosyntax-check: add syntactic rule to prohibit gs_unref_*
2015-05-13 Giuseppe Scrivanotests: add new test for pull --disable-static-deltas
2015-05-13 Giuseppe Scrivanodoc: add missing options block for pull
2015-05-13 Giuseppe Scrivanopull: add new switch option --disable-static-deltas
2015-05-12 Giuseppe Scrivanoostree-repo-pull: add option to disable static-deltas
2015-05-10 Colin Walterssysroot: Add a try_lock() API
2015-05-07 Matthew Barnesrepo: Simplify sign_data() a little
2015-05-07 Matthew Barnesgpg: Add custom data buffers to wrapper GIO streams
2015-05-07 Matthew Barnesgpg: Fix ot_gpgme_error_to_gio_error()
2015-05-07 Giuseppe Scrivanoot-fs-utils: remove empty line at EOF
2015-05-07 Giuseppe Scrivanosummary: delete summary.sig on an update
2015-05-07 Giuseppe Scrivanotests: add a test for signed summary file
2015-05-07 Giuseppe Scrivanopull: verify signature for the summary file
2015-05-07 Giuseppe Scrivanosummary: add new command line arguments to sign the...
2015-05-07 Giuseppe Scrivanoostree-repo: add new API to sign the summary file
2015-05-07 Giuseppe Scrivanopull: get rid of detached metadata for deltas
2015-05-07 Giuseppe Scrivanopull: check that the superblock checksum is the same...
next